ComponentOne ASP.NET MVC Controls
OnClientUpdatedView Method (FlexGridBaseBuilder<T,TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > FlexGridBaseBuilder<T,TControl,TBuilder> Class : OnClientUpdatedView Method
The value.
Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientUpdatedView client event. Occurs when the grid finishes creating/updating the elements that make up the current view.
Syntax
'Declaration
 
Public Overridable Function OnClientUpdatedView( _
   ByVal value As String _
) As TBuilder
public virtual TBuilder OnClientUpdatedView( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
The grid updates the view in response to several actions, including:
See Also

Reference

FlexGridBaseBuilder<T,TControl,TBuilder> Class
FlexGridBaseBuilder<T,TControl,TBuilder> Members